/*---------------------------------------------------------------------------
 * Zone de messages
 *--------------------------------------------------------------------------*/
 
.errorZone {  
	background: #EDEDED;
	border: black solid 1px;
	color: red;
	font-weight: bold;
	height: 80px;
	margin: 5px;
	overflow: auto;
	padding: 5px;
	text-align: left;
}

.messages {
  	/*background: #EDEDED;
	border: black solid 1px;*/
	color: red;
	font-weight: bold;
	font-size: 10px;
	/*height: 40px;*/
	/*margin: 5px;*/
	overflow: auto;
	padding-left: 10px;
	padding-top: 0px;
	margin:0px;
	text-align: left;
}

.messagesIfEmpty {
	height: 40px;
	/*margin: 5px;*/
	margin: 0px;
}

.systemMessages {
 /* background: #EDEDED;
	color: #2200EE;
	font-weight: bold; */
	margin: 5px;
	padding: 2px 5px 2px 5px;
	text-align: left;
	font-style: italic;
}

.ERROR {
	color: red;	
}

.INFO {
	color: black;
	font-weight: normal;
}

.FATAL {
	color: red;
}

.WARN {
	color: #FF8020;
	font-weight: normal;
}

.error {
	color: red;
	font-weight: bold;
	margin: 0px 4px 0px 4px;
}
